home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 February / PCWorld_2001-02_cd.bin / Novinky / Becherovka / KoktejlovePexeso-oldes / pexeso.swf / scripts / DefineButton2_193 / BUTTONCONDACTION on(release).as
Text File  |  2000-12-04  |  177b  |  13 lines

  1. on(release){
  2.    tellTarget("deska")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    tellTarget("hodiny")
  7.    {
  8.       gotoAndStop("starthry");
  9.       play();
  10.    }
  11.    nextFrame();
  12. }
  13.